home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / printf.1 < prev    next >
Encoding:
Text File  |  1991-11-13  |  887 b   |  67 lines

  1.  
  2.  
  3.  
  4. PRINTF(1L)                                             PRINTF(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      printf - format and print data
  10.  
  11. SYNOPSIS
  12.      printf format [argument...]
  13.  
  14. DESCRIPTION
  15.      This manual page documents the GNU version of printf.
  16.      printf prints the _✓f_✓o_✓r_✓m_✓a_✓t string, interpreting `%' directives
  17.      and `\' escapes in the same way as the C `printf' function.
  18.      It interprets `\0ooo' as a an octal number (`ooo' is 0 to 3
  19.      digits) specifying a character to print, and `\xhhh' as a
  20.      hexadecimal number (`hhh' is 1 to 3 digits) specifying a
  21.      character to print.  It has an additional escape, `\c',
  22.      which causes printf to produce no further output, and an
  23.      additional directive, `%b', which prints its argument string
  24.      with `\' escapes interpreted the way they are in the _✓f_✓o_✓r_✓m_✓a_✓t
  25.      string.
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.